Class TransformSetImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.TransformSetImpl
All Implemented Interfaces:
IPCObject, TransformSet

public class TransformSetImpl extends IPCObjectImpl implements TransformSet
Information provided by the PKI file:

    \class TransformSet
    
    \brief TransformSet handles and manipulates IPSec transform sets.
    
    \example network().getDevice("Router0").getProcess("IpsecProcess").getTransformSetAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setTransformName

      public void setTransformName(String name)
      Information provided by the PKI file:
      
          \brief Sets the name of the transform set.
          
          \param name, the name of the transform set.
          
              
      Specified by:
      setTransformName in interface TransformSet
      Parameters:
      name - Takes in a parameter of name
    • getTransformName

      public String getTransformName()
      Information provided by the PKI file:
      
          \brief Returns the name of the transform set.
          
          \return string, the name of the transform set.
          
              
      Specified by:
      getTransformName in interface TransformSet
      Returns:
      String Returns a String